home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / recio202.zip / manifest < prev    next >
Text File  |  1994-05-05  |  3KB  |  62 lines

  1. recio, Version 2.02, Release May 5, 1994.
  2. Copyright (C) 1994, William Pierpoint.
  3.  
  4. This zip file contains the following files:
  5.  
  6. Administrative information:
  7. README        Introductory remarks
  8. MANIFEST    This file - list of all files
  9. COPYRITE    Copyright notice
  10. HISTORY         History of changes to recio library
  11. WHATSNEW    Latest set of changes
  12.  
  13. Documentation:
  14. TUTOR.TXT    Tutorial introduction to the recio library
  15. USAGE.TXT    Standard usage guide
  16. SPEC.TXT    Specification
  17. DESIGN.TXT    Design and development notes
  18. TIPS.TXT    Tips and ideas on using recio functions
  19.  
  20. Test and example Programs:
  21. DIF.EXE         Locates first difference between files (see TUTOR.TXT)
  22. MKTEST.BAT    Makes all test programs
  23. TEST.BAT        Regression test
  24. TESTCHG.C    Character delimited input test source
  25. TESTCHP.C    Character delimited output test source
  26. TESTCOG.C    Column delimited input test source
  27. TESTCOP.C    Column delimited output test source
  28. TESTCHG.DAT     Baseline input test data for TESTCHG.EXE
  29. TESTCOG.DAT     Baseline input test data for TESTCOG.EXE
  30. TESTCHG.OUT     Baseline output test results from TESTCHG.DAT
  31. TESTCHP.OUT     Baseline output test results from TESTCHP.DAT
  32. TESTCOG.OUT     Baseline output test results from TESTCOG.DAT
  33. TESTCOP.OUT     Baseline output test results from TESTCOP.DAT
  34. TESTCHG.EXE    Program tests character delimited input field functions
  35.  
  36. Libraries:
  37. RECIOS.LIB    recio small memory model library
  38. RECIOL.LIB    recio large memory model library
  39.  
  40. Source:
  41. MAKEFILE    Makefile to make recio C library
  42. MKLIBS.BAT      Makes all recio C libraries (all memory models)
  43. RGET.C          C source for reading records
  44. RPUT.C          C source for writing records
  45. RGETS.C         C source for reading char-delim char and string data
  46. RPUTS.C         C source for writing char-delim char and string data 
  47. RCGET.C        C source for reading col-delim char and string data
  48. RCPUT.C         C source for writing col-delim char and string data
  49. RBGET.C         C source for reading char-delim integral numbers
  50. RBPUT.C         C source for writing char-delim integral numbers
  51. RCBGET.C    C source for reading col-delim integral numbers
  52. RCBPUT.C        C source for writing col-delim integral numbers
  53. RGETF.C         C source for reading char-delim floating point numbers
  54. RPUTF.C         C source for writing char-delim floating point numbers 
  55. RCGETF.C        C source for reading col-delim floating point numbers 
  56. RCPUTF.C        C source for writing col-delim floating point numbers 
  57. RECIO.C         C source for all other recio functions
  58. RWARN.C         C source for warning functions
  59. RERR.C          C source for error functions
  60. RFIX.C          C source for functions that fix input data errors
  61. RECIO.H         C header for recio library
  62.